bitkeeper revision 1.235.1.1 (3ec4ebc0A9p7yTo_wekQmY1soVT9_A)
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>
Fri, 16 May 2003 13:46:40 +0000 (13:46 +0000)
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>
Fri, 16 May 2003 13:46:40 +0000 (13:46 +0000)
kernel.c:
  A few small fixes.

xen/common/kernel.c

index 94a7fcc79f91999270a33892d4e82c6e960e7360..8495d8b75e8b2850a34196b88eb25beb64bea752 100644 (file)
@@ -541,7 +541,7 @@ int console_export(char *str, int len)
     iph->ttl     = 255;
     iph->protocol= 17;
     iph->daddr   = htonl(0xa9fe0100);  /* 169.254.1.0 */
-    iph->saddr   = htonl(0xa9fe0100);  /* 169.254.1.0 */
+    iph->saddr   = htonl(0xa9fefeff);  /* 169.254.254.255 */
     iph->tot_len = htons(hdr_size + len); 
     iph->check  = 0;
     iph->check   = compute_cksum((__u16 *)iph, sizeof(struct my_iphdr)/2);